[Top] [Prev] [Next] [Bottom]
[Contents]
SaJavaIsUpper
Prints a Java Script statement to check if a character is upper case and a newline character to standard out.
#include "sajavasc.h"
int SaJavaIsUpper(char* msg);
Argument
- msg
- A string specifying character or variable to check if it is lower case.
Return Values
Returns an integer with a value of 0 if successful and a value of 1 if msg is either NULL or an empty string.
Prints a Java Script statement to check if a character is upper case and a newline character to standard out.
The code fragment:
SaJavaIsUpper("ch1");
will write:
if(ch1 >= "A" && ch1 <= "Z") {\n
to the output stream.
SaJavaB, SaJavaCommE, SaJavaE, SaJavaCommB, SaJavaRetTrue
SaJavaRetFalse, SaJavaPrint, SaJavaMsgBox, SaJavaIsLower, SaJavaNotDigit
SaJavaLenZero, SaJavaLenNe, SaJavaStdFor
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.